﻿2026-08-19T01:52:55.8185724Z ##[group]Run actions/checkout@v5
2026-08-19T01:52:55.8186590Z with:
2026-08-19T01:52:55.8187194Z   fetch-depth: 0
2026-08-19T01:52:55.8187895Z   repository: BigscreenVR/spt-bs-core
2026-08-19T01:52:55.8194791Z   token: ***
2026-08-19T01:52:55.8195425Z   ssh-strict: true
2026-08-19T01:52:55.8196084Z   ssh-user: git
2026-08-19T01:52:55.8196747Z   persist-credentials: true
2026-08-19T01:52:55.8197478Z   clean: true
2026-08-19T01:52:55.8198145Z   sparse-checkout-cone-mode: true
2026-08-19T01:52:55.8198931Z   fetch-tags: false
2026-08-19T01:52:55.8199682Z   show-progress: true
2026-08-19T01:52:55.8200345Z   lfs: false
2026-08-19T01:52:55.8200979Z   submodules: false
2026-08-19T01:52:55.8201665Z   set-safe-directory: true
2026-08-19T01:52:55.8202436Z   allow-unsafe-pr-checkout: false
2026-08-19T01:52:55.8203222Z ##[endgroup]
2026-08-19T01:52:55.8960464Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-19T01:52:55.8962657Z ##[group]Getting Git version info
2026-08-19T01:52:55.8963861Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-19T01:52:55.8965990Z [command]/usr/bin/git version
2026-08-19T01:52:55.8988922Z git version 2.43.0
2026-08-19T01:52:55.9007902Z ##[endgroup]
2026-08-19T01:52:55.9015931Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/cf33e08b-5ae5-453c-b8e0-1dc851abd512/.gitconfig'
2026-08-19T01:52:55.9023404Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cf33e08b-5ae5-453c-b8e0-1dc851abd512' before making global git config changes
2026-08-19T01:52:55.9025688Z Adding repository directory to the temporary git global config as a safe directory
2026-08-19T01:52:55.9027583Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-19T01:52:55.9056158Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-19T01:52:55.9074702Z https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:52:55.9084361Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-19T01:52:55.9086713Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-19T01:52:55.9109664Z refs/heads/golden/nameplate-181-w8
2026-08-19T01:52:55.9115663Z [command]/usr/bin/git checkout --detach
2026-08-19T01:52:55.9475511Z HEAD is now at 9ffb27026 release: v0.56.0 shape onto the redemption-echo head
2026-08-19T01:52:55.9525740Z [command]/usr/bin/git branch --delete --force golden/nameplate-181-w8
2026-08-19T01:52:55.9562343Z Deleted branch golden/nameplate-181-w8 (was 9ffb27026).
2026-08-19T01:52:56.0444948Z ##[endgroup]
2026-08-19T01:52:56.0446420Z [command]/usr/bin/git submodule status
2026-08-19T01:52:56.0655722Z ##[group]Cleaning the repository
2026-08-19T01:52:56.0658245Z [command]/usr/bin/git clean -ffdx
2026-08-19T01:53:00.3520363Z Removing .adapter-notify/
2026-08-19T01:53:00.3520837Z Removing bench-ledger/
2026-08-19T01:53:00.3521134Z Removing target/
2026-08-19T01:53:00.3534043Z [command]/usr/bin/git reset --hard HEAD
2026-08-19T01:53:00.3677892Z HEAD is now at 9ffb27026 release: v0.56.0 shape onto the redemption-echo head
2026-08-19T01:53:00.3681332Z ##[endgroup]
2026-08-19T01:53:00.3682673Z ##[group]Disabling automatic garbage collection
2026-08-19T01:53:00.3686036Z [command]/usr/bin/git config --local gc.auto 0
2026-08-19T01:53:00.3712960Z ##[endgroup]
2026-08-19T01:53:00.3713461Z ##[group]Setting up auth
2026-08-19T01:53:00.3718422Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-19T01:53:00.3744531Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-19T01:53:00.3930992Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-19T01:53:00.3957584Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-19T01:53:00.4137312Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-19T01:53:00.4162821Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-19T01:53:00.4346300Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-19T01:53:00.4376750Z ##[endgroup]
2026-08-19T01:53:00.4377166Z ##[group]Fetching the repository
2026-08-19T01:53:00.4382695Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-08-19T01:53:01.6880293Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:53:01.6881271Z  * [new branch]          build/nameplate-w7-courtesy-barrier -> origin/build/nameplate-w7-courtesy-barrier
2026-08-19T01:53:01.6882015Z  * [new branch]          fix/redeem-same-exchange-echo -> origin/fix/redeem-same-exchange-echo
2026-08-19T01:53:01.6885595Z  * [new branch]          stage/nameplate-181-w8-head -> origin/stage/nameplate-181-w8-head
2026-08-19T01:53:01.6962994Z [command]/usr/bin/git branch --list --remote origin/golden/nameplate-181-w8
2026-08-19T01:53:01.7020238Z   origin/golden/nameplate-181-w8
2026-08-19T01:53:01.7027901Z [command]/usr/bin/git rev-parse refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:53:01.7045293Z 9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f
2026-08-19T01:53:01.7048793Z ##[endgroup]
2026-08-19T01:53:01.7049250Z ##[group]Determining the checkout info
2026-08-19T01:53:01.7049953Z ##[endgroup]
2026-08-19T01:53:01.7052876Z [command]/usr/bin/git sparse-checkout disable
2026-08-19T01:53:01.7091119Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-19T01:53:01.7113174Z ##[group]Checking out the ref
2026-08-19T01:53:01.7115880Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181-w8 refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:53:01.7176959Z Switched to a new branch 'golden/nameplate-181-w8'
2026-08-19T01:53:01.7177394Z branch 'golden/nameplate-181-w8' set up to track 'origin/golden/nameplate-181-w8'.
2026-08-19T01:53:01.7184090Z ##[endgroup]
2026-08-19T01:53:01.7222310Z [command]/usr/bin/git log -1 --format=%H
2026-08-19T01:53:01.7248691Z 9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f
